Welcome![Sign In][Sign Up]
Location:
Search - sqlserver odbc

Search list

[ADO-ODBCdb_access

Description: 众所周知,软件开发离不开对数据的访问。数据访问在整个软件开发的三层构架中属于数据层,是其它两层的基础。没有了它,存储的数据变的毫无意义。与此同时,数据访问的效率将直接影响到软件的质量。一个数据访问缓慢的系统是客户无法容忍的。一个好的系统必然有一个高效的数据访问方法。由此可见,数据访问在软件开发过程中是非常重要的。如果能统一对数据的访问方法,那么一切有关数据访问方面的问题都可以得到解决。我的系统将可以面向所有的数据源,甚至是未来将会出现的数据源。 预期结果 实现对SQLServer,ODBC,OLEDB数据源以及工业中的Citect,IFix监控软件数据源的统一访问。 开发环境: Microsoft Windows2000开发平台 开发工具: Microsoft Visual C++.NET 数据源: Microsoft SQLServer2000,Citect,Ifix,ODBC 文件说明: DAServer2.dll是一个统一数据访问平台。提供OLEDB标准接口。用户可对其进行访问。 SQLServerProvider.dll是针对SQLServer数据源的提供程序。 config.ini是系统配置文件。- Data access in the entire software development framework is a three-tier data layer, the other is a two-tier basis. Without it, the data storage change meaningless. Meanwhile, the efficiency of data access will directly affect the quality of the software. A slow data access system is the customer can not be tolerated. A good system will be an efficient data access methods. This shows that access to data in the software development process is very important. If reunification of data access methods, all aspects of the data access problems can be resolved. My system will be open to all sources of data, or even the future there will be data sources. To achieve the expected results of SQLServer, ODBC, OLEDB data sources and the industrial Citect, Ifix monitoring software data sources unified a
Platform: | Size: 303934 | Author: li | Hits:

[Other resourcesmalldatabase1

Description: 刚刚学习jdbc数据库,用jcreator编了一个小数据库,还可以,通过了。 功能:能够进行添加数据、修改数据、查找数据、删除数据、还可以上下翻页! 注: 里面的东西还没有进行整理,多少还有一些凌乱。由于刚刚学,有些功能不知道,许多功能还是按照以前的知识进行写的,多少显得笨拙!但也是一种解决的方法,可供初学者 参考。 说明文档--给初学者 1、首先把数据库文件加入到SQLSERVER数据库中DATA路径下, 2、在SQL SERVER中:右键选中数据库/所有任务/附加数据库/找到需要附加数据库的路径 注意在这一步中,应该都是对号,否则就要检查是否文件名一致的问题 3、在管理工具/ODBC数据源管理器/系统DSN/添加SQLSERVER数据源/ 记住:在这一步中数据源起名是OO,本机服务器是(local),要更改默认的数据库为clientregister. -just learning jdbc database jcreator series with a small database, can also adopted. Function : to add new data, modify data, search data, delete data, but also from top to bottom flip! Note : The stuff inside has yet to be collated, there was some chaos. Just because school, some of them do not know, or many of the features found in the knowledge of writing, the number is stupid! But it is also a solution, available for advanced users. Documentation -- for a beginner, first of all database files into the database SQLSERVER DATA trails, 2, in SQL SERVER : Right-selected database / all tasks / Additional database / additional need to find the path to the database in this step, it should have been hastened , you will have to check whether the documents were consistent three issues in the man
Platform: | Size: 122605 | Author: 张三 | Hits:

[ADO-ODBCtxl2

Description: 数据库操作,sqlserver,SQL语句练习,odbc数据源-database operation, SQLServer, SQL practice, odbc data sources
Platform: | Size: 159320 | Author: 唐建岭 | Hits:

[JSP/JavaWebtest(jsp)

Description: 用jsp编写的网上测试系统。 (1)以“Windows身份验证模式”连接SQL Server数据库。 (2)需要安装SQL Server 的补丁SP3。 (3)运行的时候可以参照书上的说明进行,如出试卷的时候,若试卷标题重复,可以从数据库中删除,然后添加试卷。 (4)出试卷路径为 http://localhost:8080/chap22/chujuan.jsp 如果放在根目录,则路径和书上的界面一样。 (5)选择题路径为 http://localhost:8080/chap22/xuanzeti.jsp (6)判断题路径为 http://localhost:8080/chap22/panduanti.jsp (7)如果采用本应用中连接数据库的方法调试不通,可以参照20章中通过ODBC连接数据库的方法来修改 将以下代码: Class.forName(\"com.microsoft.jdbc.sqlserver.SQLServerDriver\") String driver = \"jdbc:microsoft:sqlserver://localhost:1433\" Connection conn = DriverManager.getConnection(driver,\"\",\"\") 修改成: Class.forName(\"sun.jdbc.odbc.JdbcOdbcDriver\") String driver = \"jdbc:odbc:try\" Connection conn = DriverManager.getConnection(driver,\"sa\",\"\") //如果是windows验证,则不用用户名和密码 -jsp prepared using online testing system. (1) "Windows authentication model" to SQL Server databases. (2) the need to install SQL Server SP3 patches. (3) Run the reference book can be a description, such as out of the papers, if the papers title repeat can deleted from the database, then add the papers. (4) The path to http://localhost papers : 8080/chap22/chujuan.jsp If on the root directory. while trails and a book on the same interface. (5) multiple-choice path to http://localhost : 8080/chap22/xuanzeti.jsp (6) judgment that path at http : / / localhost : 8080/chap22/panduanti.jsp (7) If the application using the data link the method of debugging sense, can refer to Chapter 20 through ODBC to connect to the database approach to the revision of the following codes : JDBC ( &quo
Platform: | Size: 11861 | Author: fly | Hits:

[ADO-ODBCLA_code+report

Description: 《软件工程》课程设计实验,贷款安排系统,vc6.0下用mfc编程实现,odbc访问SQLServer数据库,可对数据进行增删改查,并按客户的要求购买相应的贷款
Platform: | Size: 4325621 | Author: 肖雪飞 | Hits:

[ADO-ODBCdbview

Description: 1.可查看/修改windows操作系统 可使用oledb或odbc的数据库 2.对于不需为用户安装管理工具的数据库,可方便程序员管理数据. 3.可以非常灵活地导出数据,甚至sql insert语句文件(仅限sqlserver)
Platform: | Size: 415348 | Author: dbview | Hits:

[Linux-Unixfreetds-0.82RC4.tar

Description: 在Linux/Unix下面访问WINDOWS SQLSERVER 的ODBC驱动程序, 很不错的
Platform: | Size: 1596174 | Author: TongSHengYou | Hits:

[ADO-ODBCJSQ工具

Description: java写的数据库查询程序,支持多种数据库,1. 支持SQLServer,MySQL,Oracle,JDBC-ODBC桥。自带jdbc驱动,不需要额外的驱动-write java database query procedures, support for multiple databases, 1. Support for SQL Server, MySQL, Oracle, JDBC-ODBC Bridge. Onboard jdbc-driven, no additional driver
Platform: | Size: 2215205 | Author: 魏源 | Hits:

[ADO-ODBCJSQ工具

Description: java写的数据库查询程序,支持多种数据库,1. 支持SQLServer,MySQL,Oracle,JDBC-ODBC桥。自带jdbc驱动,不需要额外的驱动-write java database query procedures, support for multiple databases, 1. Support for SQL Server, MySQL, Oracle, JDBC-ODBC Bridge. Onboard jdbc-driven, no additional driver
Platform: | Size: 2214912 | Author: 魏源 | Hits:

[ADO-ODBCdb_access

Description: 众所周知,软件开发离不开对数据的访问。数据访问在整个软件开发的三层构架中属于数据层,是其它两层的基础。没有了它,存储的数据变的毫无意义。与此同时,数据访问的效率将直接影响到软件的质量。一个数据访问缓慢的系统是客户无法容忍的。一个好的系统必然有一个高效的数据访问方法。由此可见,数据访问在软件开发过程中是非常重要的。如果能统一对数据的访问方法,那么一切有关数据访问方面的问题都可以得到解决。我的系统将可以面向所有的数据源,甚至是未来将会出现的数据源。 预期结果 实现对SQLServer,ODBC,OLEDB数据源以及工业中的Citect,IFix监控软件数据源的统一访问。 开发环境: Microsoft Windows2000开发平台 开发工具: Microsoft Visual C++.NET 数据源: Microsoft SQLServer2000,Citect,Ifix,ODBC 文件说明: DAServer2.dll是一个统一数据访问平台。提供OLEDB标准接口。用户可对其进行访问。 SQLServerProvider.dll是针对SQLServer数据源的提供程序。 config.ini是系统配置文件。- Data access in the entire software development framework is a three-tier data layer, the other is a two-tier basis. Without it, the data storage change meaningless. Meanwhile, the efficiency of data access will directly affect the quality of the software. A slow data access system is the customer can not be tolerated. A good system will be an efficient data access methods. This shows that access to data in the software development process is very important. If reunification of data access methods, all aspects of the data access problems can be resolved. My system will be open to all sources of data, or even the future there will be data sources. To achieve the expected results of SQLServer, ODBC, OLEDB data sources and the industrial Citect, Ifix monitoring software data sources unified a
Platform: | Size: 444416 | Author: li | Hits:

[ADO-ODBCtxl2

Description: 数据库操作,sqlserver,SQL语句练习,odbc数据源-database operation, SQLServer, SQL practice, odbc data sources
Platform: | Size: 158720 | Author: 唐建岭 | Hits:

[Windows DevelopMessageManage(VC++)

Description: 一个精美的通迅录VC程序,采用ODBC连接数据库,数据库为SQLServer2000。特点:本程序中包含日志管理功能。-a beautifully recorded VC communications procedures, using ODBC to connect to the database, database for MS. Characteristics : This procedure includes log management capabilities.
Platform: | Size: 5942272 | Author: 李飞 | Hits:

[SQL ServerlibraryMIS_odbc

Description: 采用MFC+SQLSERVER 2000的图书管理系统,ODBC方式连接数据库。功能包括 书籍管理,读者管理,管理员信息管理等。界面美观。-The use of MFC+ SQLSERVER 2000 the library management system, ODBC connected databases. Management features include books, readers management, manager of information management. Beautiful interface.
Platform: | Size: 263168 | Author: 汪雷 | Hits:

[SQL Serverodbc

Description: 用ODBC写的数据库接口,支持SQlserver,mysql-Written by ODBC database interface, support SQlserver, mysql
Platform: | Size: 206848 | Author: lxb | Hits:

[Windows DevelopSql2005

Description: vc下利用odbc 操作sqlserver2005的小程序-control SqlServer2005 by vc odbc
Platform: | Size: 3197952 | Author: 高能 | Hits:

[Delphi VCL64

Description: delphi 源码 如何动态建立SQLServer ODBC -delphi how to dynamically create SQLServer ODBC source
Platform: | Size: 11264 | Author: 美事 | Hits:

[ADO-ODBCVBsjkdh

Description: 全面介绍VB访问数据库的方式,包括用ADO连接ACCESS,连接SQLSERVER。配置ODBC的过程。是初学者必备。-Full description VB to access the database, including the use of ADO connection ACCESS, connect SQLSERVER. ODBC configuration process. Is essential for beginners.
Platform: | Size: 2075648 | Author: zcl | Hits:

[Delphi VCLdelete-from-sqlserver

Description: 本实例可在在服务器端使用存储过程删除指定数据, 服务器端数据库为SQLServer数据库,数据库名为cyjlkc,配置ODBC为cyjlkc。 使用本例时,请在服务器端安装SQLServer2000数据库,利用企业管理器恢复数据库脚本或附加数据库。本实例数据库脚本为cyjlkc.sql,附加文件为cyjlkc_data和cyjlkc_long,均保存在本实例data目录下。 使用本实例时要注意以下几点。 1、使用Socket方式和应用程序服务器相连,Socket使用TCP/IP协议来和应用程序服务器相连,只要客户端计算机支持TCP/IP的连接方式即可,不过对于应用程序服务器来说,必须额外运行Scktsrvr.exe(该程序在Delphi安装路径的“Borland\Delphi7\Bin”文件夹内)以打开对应的SocketServer程序。 2、运行程序时要保证网络连接正常。 3、如果单机试验本程序要保证网络连接处于连接状态(操作系统为WINDOWS 2000或WINDOWSXP)-Delete the specified data in this instance can use stored procedures on the server side, the server-side database SQLServer database the database name cyjlkc, configuring ODBC cyjlkc. This case, the server side install SQLServer2000 database using Enterprise Manager to restore the database scripts or additional databases. This instance database script cyjlkc.sql, the additional files cyjlkc_data and cyjlkc_long are stored in the instance data directory. To pay attention to the following points when using the instance. 1, using the Socket methods and applications connected to the server, Socket using TCP/IP protocol to and connected to the application server, as long as the client computer supports TCP/IP connection can be, but for the application server must additional run Scktsrvr of . exe (the program in the the Delphi installation path Borland \ Delphi7 \ Bin " folder within) to open the the corresponding SocketServer program. 2, run the program to ensure that the network connec
Platform: | Size: 205824 | Author: xiaoa | Hits:

[VC/MFCVC-use-ODBC-connect-SQLserver

Description: 在VC中利用ODBC与数据库进行连接源码-In VC connection with the database using ODBC source
Platform: | Size: 2588672 | Author: | Hits:

[CSharpPI数据库 ODBC取数程序

Description: 通过ODBC方式,从PI数据库取出测点实时数据,转存到SQLSERVER数据库中(Through ODBC mode, real-time data of measuring points are extracted from the PI database and transferred to the SQLSERVER database)
Platform: | Size: 2376704 | Author: xiaoxin0809 | Hits:
« 12 3 »

CodeBus www.codebus.net